home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
funnyquest.swf
/
scripts
/
DefineSprite_54
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
285 b
|
12 lines
this.onEnterFrame = function()
{
var _loc2_ = _parent;
var _loc1_ = _loc2_.getBytesLoaded() / _loc2_.getBytesTotal();
loading_mc.bar_mc._width = Math.round(236 * _loc1_);
if(_loc1_ == 1)
{
_loc2_.loadDone = true;
delete this.onEnterFrame;
}
};